home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickDraw / TE Over Background / TESamplePPC.make < prev    next >
Encoding:
Text File  |  1995-02-07  |  1.3 KB  |  51 lines  |  [TEXT/MPS ]

  1. #   File:       TESamplePPC.make
  2. #   Target:     TESamplePPC
  3. #   Sources:    TESample.c
  4. #               TESample.r
  5. #               TESampleGlue.a
  6. #   Created:    Tuesday, February 7, 1995 11:38:32 PM
  7.  
  8.  
  9. POWERPCOBJECTS = ∂
  10.         TESample.o ∂
  11.  
  12. 68KOBJECTS = ∂
  13.         TESample.c.o ∂
  14.         TESampleGlue.a.o ∂
  15.  
  16.  
  17. TESamplePPC  ƒƒ TESamplePPC.make TESample.r
  18.     Rez TESample.r -append -o TESamplePPC
  19.  
  20. TESamplePPC  ƒƒ TESamplePPC.make TESamplePPC.r
  21.     Rez TESamplePPC.r -append -o TESamplePPC
  22.  
  23. TESamplePPC ƒƒ TESamplePPC.make  {POWERPCOBJECTS}
  24.     PPCLink  ∂
  25.         {POWERPCOBJECTS} ∂
  26.         "{PPCLibraries}"InterfaceLib.xcoff ∂
  27.         "{PPCLibraries}"MathLib.xcoff ∂
  28.         "{PPCLibraries}"StdCLib.xcoff ∂
  29.         "{PPCLibraries}"StdCRuntime.o ∂
  30.         "{PPCLibraries}"PPCCRuntime.o ∂
  31.         -main __start ∂
  32.         -o TESamplePPC.xcoff
  33.     makePEF TESamplePPC.xcoff -o TESamplePPC ∂
  34.         -l InterfaceLib.xcoff=InterfaceLib ∂
  35.         -l MathLib.xcoff=MathLib ∂
  36.         -l StdCLib.xcoff=StdCLib ∂
  37.         -ft APPL -fc '????'
  38. TESample.o ƒ TESamplePPC.make TESample.c
  39.      PPCC -w conformance -appleext on  TESample.c -o TESample.o
  40.  
  41. TESamplePPC ƒƒ TESamplePPC.make  {68KOBJECTS}
  42.     Link -t APPL -c '????' ∂
  43.         {68KOBJECTS} ∂
  44.          "{Libraries}"Runtime.o ∂
  45.          "{Libraries}"Interface.o ∂
  46.         -o TESamplePPC
  47. TESample.c.o ƒ TESamplePPC.make TESample.c
  48.      C -r  TESample.c
  49. TESampleGlue.a.o ƒ TESamplePPC.make TESampleGlue.a
  50.      Asm  TESampleGlue.a
  51.